home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / pcb / ip152.zip / IP.NEW < prev    next >
Text File  |  1993-01-17  |  8KB  |  161 lines

  1. 1-17-93    * Support for PCBoard Pacific Rim version. The switch /PR will
  2. (1.52)       make IP use ASCII 13 as the End Of Line character.
  3.  
  4. 1-28-92    * I knew it...! Seems all our testers always had at least some
  5. (1.51)       old messages sitting at the bottom of the netmail directory. 
  6.              IP 1.50 would ignore 1.MSG, as if it was a highwater mark 
  7.              in an echomail area. Fixed now, though it would have been 
  8.              better if it had been fixed yesterday...
  9.  
  10. 1-27-92    * Official release of 1.50, with all the features and bug fixes
  11. (1.50)       listed below.
  12.  
  13. 10-26-91   * Final beta of the next official release. The problems with
  14. (1.41ß)      Lantastic should be fixed, the help screen has been
  15.              improved and the /U switch (unchanged formatting on export)
  16.              has been added.
  17.  
  18. 10-7-91    * Debug version, to try to find out why msg files weren't
  19. (1.40ß)      being deleted under Lantastic.
  20.  
  21. 9-20-91    * IP will now kill incoming netmail messages, unless the /L
  22. (1.39ß)      parameter is used. And likewise, outgoing netmail will get
  23.              kill/sent status, unless /L is used.
  24.  
  25. 8-25-91    * Allowing local messages to be imported, to see if it will 
  26. (1.38ß)      help with QMail.
  27.            * Quiet mode added: /q will suppress most of the screen output.
  28.            * As of 1.36, soft CRs are no longer used on export.
  29.  
  30. 8-13-91    * Bug fix. 1.36 would not properly interpret an export address
  31. (1.37ß)      with domain information.
  32.            * The /o switch now also means that the echo flag will be 
  33.              ignored on export. Be careful not to use this together with
  34.              the /a switch on a conference -- you could scan out a bunch
  35.              of dupes...
  36.  
  37. 8-11-91    * Finally, a first version with netmail! First of all you
  38. (1.36ß)      MUST run install (IP /inst) to enter your network address.
  39.              Netmail is then handled almost the same as any other
  40.              conference.
  41.  
  42.              You tell IP that the conference is a netmail conference with
  43.              the switch /X. Private messages are allowed by default.
  44.             
  45.              Only messages that are addressed to the installed network 
  46.              address and have NOT been given Received status will be
  47.              imported. To specify users whose mail should be imported, put
  48.              a file called IPUSER.LST in the netmail directory. The users
  49.              should be listed each on a separate line in the file. Imported
  50.              messages will get a From: (address) on the first line, to make
  51.              it easier to reply. 
  52.             
  53.              To export a message, it should have the  destination address on 
  54.              the first line, pos 1, as follows:
  55.  
  56.              @>[zone:]net/node[.point][@domain]
  57.  
  58.              For example:
  59.              @>1:369/35@fidonet
  60.  
  61.              An incorrectly addressed message will still get exported, but
  62.              will be addressed to your own address and the grunged address
  63.              line will be retained in the message. This will allow you to
  64.              correct whatever mistake the user made.
  65.  
  66.              In this first version, imported messages will not be killed, and 
  67.              exported messages will not be given Kill status. This will allow
  68.              you to better keep track of what's going on in the beginning...
  69.  
  70. 3-17-91    * Fixed bug that caused IP not to delete imported messages
  71. (1.35ß)      under DOS 5.0.
  72.  
  73. 3-12-91    * Improved handling of the create function for new *.msg files
  74. (1.34ß)      to make it absolutely impossible to overwrite an existing
  75.              file in a multi-tasking environment.
  76.            * Optimized a few string functions and also found out (using
  77.              Turbo Profiler) that IP spends about 66% of its time waiting 
  78.              for DOS to complete disk I/O - and I have a _fast_ harddisk, 
  79.              with cache...
  80.            * Fixed bug on import of messages with words longer than 80
  81.              characters.
  82.  
  83. 9-01-90    * Added option of allowing/not allowing private messages. If
  84. (1.33ß)      private messages are not allowed, they will not be exported/
  85.              imported. If they are allowed, they will be imported/exported
  86.              with private status. However, how they're handled after IP has
  87.              exported them depends on how the echomail processor handles
  88.              private status. (/pvt)
  89.  
  90.              Note that private status should never be allowed in national/
  91.              international echomail conferences, and that you should advise 
  92.              your users of this fact.
  93.  
  94. 8-30-90    * Compensated for NET/Mail's padding of the last line before
  95. (1.32ß)      its tag line with spaces.
  96.  
  97. 8-24-90    * Maintenance release: Fixed bug that caused replies
  98. (1.31)       not to go out.
  99.  
  100. 8-18-90    * Release of 1.30, with all the features/bug fixes listed
  101. (1.30)       below.
  102.  
  103. 8-09-90    * Only using record locking calls if Share is loaded.
  104. (1.26ß)
  105.  
  106. 7-24-90    * Added the option to turn/keep the Echo flag on after both 
  107. (1.25ß)      import and export. IP will no longer rely exclusively on 
  108.              the echo flag to know if a message has been processed. 
  109.              However, the echo flag is still required to be on for a 
  110.              message to be exported. (/o)
  111.  
  112. 7-18-90    * Improved handling of origin lines that are already present
  113. (1.24ß)      in messages that are exported. Replacing ■ with * instead
  114.              of space, since it's so often used in origin lines.
  115.  
  116. 6-29-90    * Added option of keeping messages in the *.msg format
  117. (1.23ß)      on import. (/l)
  118.  
  119.            * Full network and multi-tasking support. Record locking
  120.              in accordance with PCBoard specs on import. 10 retries
  121.              over 10 seconds if message base is locked by another
  122.              task. Export access not affected by locks issued by
  123.              other tasks.
  124.  
  125.            * Improved formatting with option to allow "wide" wrapping
  126.              (80 columns). (/w)
  127.  
  128.            * Automatic stripping of high-end ASCII on export, with a
  129.              commandline switch to retain characters in the range
  130.              128-254, if desired. (/h)
  131.  
  132.            * Adding a null character to the end of exported messages to
  133.              prevent QMail (and maybe other programs) from putting in
  134.              random characters between the message text and their origin 
  135.              line.
  136.  
  137. 5-02-90    * Added the option of installing an "export areas file".
  138. (1.2)        If the optional switch /n:areaname is used for each area,
  139.              the area name will be added to the export file if any
  140.              messages are exported. This file can then be used to tell
  141.              your echomail processor which areas to process.
  142.  
  143.            * Added sysop name option. The sysop's name is added in the
  144.              installation procedure. IP will now automatically insert
  145.              the sysop's name to replace SYSOP as originator/recipient
  146.              of a message. (Export only, of course...)
  147.  
  148.            * Added origin line option. The origin line is stored in
  149.              each PCBoard message directory in a file called ORIGLINE.IP.
  150.              Tear line and origin line will only be added if this file
  151.              is present and the message doesn't contain any other tear
  152.              lines.
  153.  
  154.            * Added locking of PCBoard message base during import.
  155.  
  156.            * Removed a lot of unnecessary junk from the log.
  157.  
  158. 4-20-90      Original Release
  159. (1.0)
  160.  
  161.